From 79b6d4898339a38ecb67696a110a5b0374521291 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Sat, 26 Dec 2015 20:52:31 +0100 Subject: [PATCH] gtkframe: remove unused variable And fix the compiler warning --- gtk/gtkframe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index b83317869a..da96b8f6c5 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -871,7 +871,6 @@ gtk_frame_real_compute_child_allocation (GtkFrame *frame, GtkAllocation *child_allocation) { GtkFramePrivate *priv = frame->priv; - GtkWidget *widget = GTK_WIDGET (frame); GtkAllocation allocation; gint border_width, height; -- 2.30.2